projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f719b45
)
(save-place-file): Use convert-standard-filename.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 1 Jan 1996 23:41:30 +0000
(23:41 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 1 Jan 1996 23:41:30 +0000
(23:41 +0000)
lisp/saveplace.el
patch
|
blob
|
history
diff --git
a/lisp/saveplace.el
b/lisp/saveplace.el
index dafe1a707d9426db32396342aef5d0a46a48f7c3..c8d525fc6b4589e0082b1a9b974435903308f307 100644
(file)
--- a/
lisp/saveplace.el
+++ b/
lisp/saveplace.el
@@
-56,7
+56,7
@@
simply put this in your `~/.emacs' file:
(make-variable-buffer-local 'save-place)
-(defvar save-place-file
"~/.emacs-places"
+(defvar save-place-file
(convert-standard-filename "~/.emacs-places")
"*Name of the file that records `save-place-alist' value.")
(defvar save-place-version-control 'nospecial